@charset "utf-8";
/* CSS Document */

body,p,div,h1,h2,h3,h4,h5,h6,ul,li,form,table,dd,dl,dt{ margin:0; padding:0;}
body{font-family:"Microsoft YaHei";font-size:12px; }
ul,li{ list-style:none;}
input,button,select,textarea{ border:0; border:none; outline:none; vertical-align:middle; font-size:12px;}
img{border:0; border:none;}
a{color:#666666;text-decoration:none;}
a:hover{ color:#00a4ff;text-decoration:none;}
.clear{clear:both; height:0px; line-height:0px; font-size:0px; border:0; border:none; zoom:0;}
.fl{float:left;}
.fr{float:right;}
.auto{ margin:0 auto;}
.auto2{width:1190px;  margin:0 auto;}
.cursor{cursor:pointer;}
.btn-sty{cursor:pointer; border:0; border:none;}
.clear{ clear:both;}
.over{ overflow:hidden;}
.mt60{ margin-top:60px;}
.mt40{ margin-top:40px;}
.mt20{ margin-top:20px;}
.mt10{ margin-top:10px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb60{ margin-bottom:60px;}
.none{display:none;}
body{ background:#fff;}
/*----公用字号----*/
.mic-y{font-family:"Microsoft YaHei";}
.f_12{font-size:12px;}
.f_13{font-size:13px;}
.f_14{font-size:14px;}
.f_16{font-size:16px;}
.f_18{font-size:18px;}
.f_20{font-size:20px;}
.f_22{font-size:22px;}
.f_24{font-size:24px;}
.f_26{font-size:26px;}
.f_28{font-size:28px;}
.f_30{font-size:30px;}
.f_32{font-size:32px;}
.f_34{font-size:32px;}
.f_36{font-size:32px;}
.f_38{font-size:38px;}
.bold{font-weight:bold;}
.normal{font-weight:normal;}

/*-----公用颜色-----*/
.white{ background:#ffffff;}
@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot?t=1468825557'); /* IE9*/
  src: url('../font/iconfont.eot?t=1468825557#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff?t=1468825557') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf?t=1468825557') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1468825557#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/*---背景渐变---*/
.bg_line_gradient{
/*--渐变兼容ie及各大浏览器--*/
background: #0a64ff; 
background: -moz-linear-gradient(left, #00a2ff 0%, #0a64ff 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2ff), color-stop(100%,#0a64ff)); 
background: -webkit-linear-gradient(top, #00a2ff 0%,#0a64ff 100%); 
background: -o-linear-gradient(left, #00a2ff 0%,#0a64ff 100%); 
background: -ms-linear-gradient(left, #00a2ff 0%,#0a64ff 100%); 
background: linear-gradient(to right, #00a2ff 0%,#0a64ff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ff', endColorstr='#0a64ff',GradientType=0 );}

